IMotion.SetAxisMotionProfile method

Configures the motion settings of an axis.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsError SetAxisMotionProfile(
       int Index,
       McProfileSettings Settings
)
Function SetAxisMotionProfile(
       Index As Integer,
       Settings As McProfileSettings
) As KsError

Parameters

Index

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

 

Settings

Type: McProfileSettings

Adjusts the motion settings of an axis.

Return value

Type: KsError

A return code of a method.

Examples

C#
N/A

See also

IMotion Interface

IntervalZero.KINGSTAR.Base.Api Namespace